JavaScript

{grid.object}rowExpandToggle Method

Syntax

{grid.Object}.rowExpandToggle(rowNum)

Arguments

rowNum

The number of the row where you want to toggle the row expander.

Description

Toggles the row expander for the specified row. If the row expander was closed, it is opened, and vice versa.

See Also